home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- USERES("TeePro4C.res");
- USEPACKAGE("vcl35.bpi");
- USEPACKAGE("tee4C.bpi");
- USEPACKAGE("teeUI4C.bpi");
- USEPACKAGE("vcldb35.bpi");
- USEUNIT("TeeURL.pas");
- USEUNIT("BigCandl.pas");
- USEUNIT("CandleCh.pas");
- USEFORMNS("CandlEdi.pas", Candledi, CandleEditor);
- USEFORMNS("ContEdit.pas", Contedit, ContourSeriesEditor);
- USEUNIT("CurvFitt.pas");
- USEUNIT("EditPro.pas");
- USEFORMNS("ErrBarEd.pas", Errbared, ErrorBarSeriesEditor);
- USEUNIT("Errorbar.pas");
- USEUNIT("ImageBar.pas");
- USEUNIT("ImaPoint.pas");
- USEUNIT("MyPoint.pas");
- USEUNIT("OHLChart.pas");
- USEFORMNS("Po3DEdit.pas", Po3dedit, Point3DSeriesEditor);
- USEFORMNS("PolarEdi.pas", Polaredi, PolarSeriesEditor);
- USEUNIT("StatChar.pas");
- USEFORMNS("SurfEdit.pas", Surfedit, SurfaceSeriesEditor);
- USEUNIT("TeeBezie.pas");
- USEUNIT("TeeComma.pas");
- USEUNIT("TeeCount.pas");
- USEUNIT("TeeCumu.pas");
- USEUNIT("TeeData.pas");
- USEUNIT("TeeEdit.pas");
- USEUNIT("TeeMonth.pas");
- USEUNIT("TeePoin3.pas");
- USEUNIT("TeePolar.pas");
- USEUNIT("TeePoly.pas");
- USEUNIT("TeeProCo.pas");
- USEUNIT("TeeStore.pas");
- USEUNIT("TeeSurfa.pas");
- USEUNIT("Bar3d.pas");
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- //---------------------------------------------------------------------------
- // Package source.
- //---------------------------------------------------------------------------
- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
- {
- return 1;
- }
- //---------------------------------------------------------------------------
-